Package pl. wendigo. chrome. api. overlay
Contains DevTools Protocol Overlay domain implementation accessible via OverlayDomain class.
Types
ColorFormat
Link copied to clipboard
ContrastAlgorithm
Link copied to clipboard
FlexContainerHighlightConfig
Link copied to clipboard
FlexItemHighlightConfig
Link copied to clipboard
data class FlexItemHighlightConfig(baseSizeBox: BoxStyle?, baseSizeBorder: LineStyle?, flexibilityArrow: LineStyle?)
Content copied to clipboard
FlexNodeHighlightConfig
Link copied to clipboard
data class FlexNodeHighlightConfig(flexContainerHighlightConfig: FlexContainerHighlightConfig, nodeId: NodeId)
Content copied to clipboard
GetGridHighlightObjectsForTestRequest
Link copied to clipboard
Represents request frame that can be used with Overlay#getGridHighlightObjectsForTest operation call.
GetGridHighlightObjectsForTestResponse
Link copied to clipboard
data class GetGridHighlightObjectsForTestResponse(highlights: JsonElement)
Content copied to clipboard
Represents response frame that is returned from Overlay#getGridHighlightObjectsForTest operation call.
GetHighlightObjectForTestRequest
Link copied to clipboard
data class GetHighlightObjectForTestRequest(nodeId: NodeId, includeDistance: Boolean?, includeStyle: Boolean?, colorFormat: ColorFormat?, showAccessibilityInfo: Boolean?)
Content copied to clipboard
Represents request frame that can be used with Overlay#getHighlightObjectForTest operation call.
GetHighlightObjectForTestResponse
Link copied to clipboard
GetSourceOrderHighlightObjectForTestRequest
Link copied to clipboard
Represents request frame that can be used with Overlay#getSourceOrderHighlightObjectForTest operation call.
GetSourceOrderHighlightObjectForTestResponse
Link copied to clipboard
data class GetSourceOrderHighlightObjectForTestResponse(highlight: JsonElement)
Content copied to clipboard
Represents response frame that is returned from Overlay#getSourceOrderHighlightObjectForTest operation call.
GridHighlightConfig
Link copied to clipboard
data class GridHighlightConfig(showGridExtensionLines: Boolean?, showPositiveLineNumbers: Boolean?, showNegativeLineNumbers: Boolean?, showAreaNames: Boolean?, showLineNames: Boolean?, showTrackSizes: Boolean?, gridBorderColor: RGBA?, cellBorderColor: RGBA?, rowLineColor: RGBA?, columnLineColor: RGBA?, gridBorderDash: Boolean?, cellBorderDash: Boolean?, rowLineDash: Boolean?, columnLineDash: Boolean?, rowGapColor: RGBA?, rowHatchColor: RGBA?, columnGapColor: RGBA?, columnHatchColor: RGBA?, areaBorderColor: RGBA?, gridBackgroundColor: RGBA?)
Content copied to clipboard
GridNodeHighlightConfig
Link copied to clipboard
data class GridNodeHighlightConfig(gridHighlightConfig: GridHighlightConfig, nodeId: NodeId)
Content copied to clipboard
HighlightConfig
Link copied to clipboard
data class HighlightConfig(showInfo: Boolean?, showStyles: Boolean?, showRulers: Boolean?, showAccessibilityInfo: Boolean?, showExtensionLines: Boolean?, contentColor: RGBA?, paddingColor: RGBA?, borderColor: RGBA?, marginColor: RGBA?, eventTargetColor: RGBA?, shapeColor: RGBA?, shapeMarginColor: RGBA?, cssGridColor: RGBA?, colorFormat: ColorFormat?, gridHighlightConfig: GridHighlightConfig?, flexContainerHighlightConfig: FlexContainerHighlightConfig?, flexItemHighlightConfig: FlexItemHighlightConfig?, contrastAlgorithm: ContrastAlgorithm?)
Content copied to clipboard
HighlightFrameRequest
Link copied to clipboard
data class HighlightFrameRequest(frameId: FrameId, contentColor: RGBA?, contentOutlineColor: RGBA?)
Content copied to clipboard
Represents request frame that can be used with Overlay#highlightFrame operation call.
HighlightNodeRequest
Link copied to clipboard
data class HighlightNodeRequest(highlightConfig: HighlightConfig, nodeId: NodeId?, backendNodeId: BackendNodeId?, objectId: RemoteObjectId?, selector: String?)
Content copied to clipboard
Represents request frame that can be used with Overlay#highlightNode operation call.
HighlightQuadRequest
Link copied to clipboard
data class HighlightQuadRequest(quad: Quad, color: RGBA?, outlineColor: RGBA?)
Content copied to clipboard
Represents request frame that can be used with Overlay#highlightQuad operation call.
HighlightRectRequest
Link copied to clipboard
HighlightSourceOrderRequest
Link copied to clipboard
data class HighlightSourceOrderRequest(sourceOrderConfig: SourceOrderConfig, nodeId: NodeId?, backendNodeId: BackendNodeId?, objectId: RemoteObjectId?)
Content copied to clipboard
Represents request frame that can be used with Overlay#highlightSourceOrder operation call.
HingeConfig
Link copied to clipboard
data class HingeConfig(rect: Rect, contentColor: RGBA?, outlineColor: RGBA?)
Content copied to clipboard
InspectMode
Link copied to clipboard
InspectNodeRequestedEvent
Link copied to clipboard
data class InspectNodeRequestedEvent(backendNodeId: BackendNodeId) : Event
Content copied to clipboard
NodeHighlightRequestedEvent
Link copied to clipboard
OverlayDomain
Link copied to clipboard
ScreenshotRequestedEvent
Link copied to clipboard
SetInspectModeRequest
Link copied to clipboard
data class SetInspectModeRequest(mode: InspectMode, highlightConfig: HighlightConfig?)
Content copied to clipboard
Represents request frame that can be used with Overlay#setInspectMode operation call.
SetPausedInDebuggerMessageRequest
Link copied to clipboard
SetShowAdHighlightsRequest
Link copied to clipboard
SetShowDebugBordersRequest
Link copied to clipboard
SetShowFlexOverlaysRequest
Link copied to clipboard
data class SetShowFlexOverlaysRequest(flexNodeHighlightConfigs: List<FlexNodeHighlightConfig>)
Content copied to clipboard
Represents request frame that can be used with Overlay#setShowFlexOverlays operation call.
SetShowFPSCounterRequest
Link copied to clipboard
SetShowGridOverlaysRequest
Link copied to clipboard
data class SetShowGridOverlaysRequest(gridNodeHighlightConfigs: List<GridNodeHighlightConfig>)
Content copied to clipboard
Represents request frame that can be used with Overlay#setShowGridOverlays operation call.
SetShowHingeRequest
Link copied to clipboard
SetShowHitTestBordersRequest
Link copied to clipboard
SetShowLayoutShiftRegionsRequest
Link copied to clipboard
SetShowPaintRectsRequest
Link copied to clipboard
SetShowScrollBottleneckRectsRequest
Link copied to clipboard
SetShowViewportSizeOnResizeRequest
Link copied to clipboard
SetShowWebVitalsRequest
Link copied to clipboard
SourceOrderConfig
Link copied to clipboard
data class SourceOrderConfig(parentOutlineColor: RGBA, childOutlineColor: RGBA)
Content copied to clipboard